home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Lyapunov / ColorMapView.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-31  |  427 b   |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. #define OFFSET 4.0    // offset into view frame to draw the actual map
  7.  
  8. @interface ColorMapView:View
  9. {
  10.     id    colorMap;
  11.     BOOL first;
  12.     char *appPath;
  13. }
  14.  
  15. - initFrame:(const NXRect *)frm;        // designated initializer
  16. - colorMap;            // returns ID of currently active color map.
  17. - loadMap:sender;
  18. - drawSelf:(NXRect *)rects :(int)rectCount;    // internal method
  19. - free;
  20.  
  21. @end
  22.